update packages for jammy, noble. (#1337)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 11 Sep 2024 15:25:21 +0000 (09:25 -0600)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2024 15:25:21 +0000 (09:25 -0600)
tools/Dockerfile_jammy
tools/Dockerfile_noble

index 2545c4acb125fb27911c7343269ba808fc9be591..bd6b75b9b71aabd292aabcb63a38c601851ed36e 100644 (file)
@@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 RUN apt-get update && apt-get install -y --no-install-recommends \
     g++ \
     make \
-    autoconf \
     git \
     valgrind \
     expat \
@@ -32,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
     clang-tidy \
     jq \
     curl \
+    ca-certificates \
  && rm -rf /var/lib/apt/lists/*
 
 # alternative compiler
index 41065517d12caa4586da113eed6b84c21616086a..a96fa16839719eace2dde48a9bf0bb88eefdee43 100644 (file)
@@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 RUN apt-get update && apt-get install -y --no-install-recommends \
     g++ \
     make \
-    autoconf \
     git \
     valgrind \
     expat \
@@ -32,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
     clang-tidy \
     jq \
     curl \
+    ca-certificates \
  && rm -rf /var/lib/apt/lists/*
 
 # alternative compiler